View on GitHub
View on GitHub

FluxBase

Provides core types and functionality to implement applications using Flux architecture with .NET.

FluxBase / Dispatcher / Unregister(object) Method

Unregisters the callback with the provided id from notifications.

This is a public method.

public bool Unregister(object id)

Parameters

Returns bool

Returns true if the handler was unregistered; otherwise false.

Exceptions

See Also